14. Quizzes: Unit Tests

Quizzes: Good Unit Tests and Code Coverage

What are some goals we should aim for when writing unit tests?

SOLUTION:
  • Make sure to test all branching conditions in your tested method.

How much code coverage should we aim for?

SOLUTION: Enough to make sure we test all our requirements.